home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Especial Multimedia
/
Especial Multimedia.iso
/
Multimed
/
Prg
/
IMAGELIB.ZIP
/
MIMAGE.ZIP
/
SIMPLE.DPR
< prev
next >
Wrap
Text File
|
1995-06-11
|
163b
|
13 lines
program Simple;
uses
Forms,
Usimple in 'USIMPLE.PAS' {Form1};
{$R *.RES}
begin
Application.CreateForm(TForm1, Form1);
Application.Run;
end.